const os.supportsCreateWithStickyBit
3 uses
os (current package)
file.go#L318: if !supportsCreateWithStickyBit && perm&ModeSticky != 0 {
file_unix.go#L266: if !supportsCreateWithStickyBit && flag&O_CREATE != 0 && perm&ModeSticky != 0 {
sticky_notbsd.go#L9: const supportsCreateWithStickyBit = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)